-
Notifications
You must be signed in to change notification settings - Fork 619
[Global] Chore: Automate stale issues and PRs (30 days to stale, then 5 days till closing) #5262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5262 +/- ##
=======================================
Coverage 45.37% 45.37%
=======================================
Files 1067 1067
Lines 55446 55446
Branches 3989 3989
=======================================
Hits 25157 25157
Misses 29598 29598
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
… 5 days till closing) (#5262) <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a GitHub Actions workflow to automatically close stale issues and pull requests after a specified period of inactivity. ### Detailed summary - Introduced a new workflow in `.github/workflows/stale.yml` named 'Close stale issues and PRs'. - Configured the workflow to trigger on a schedule using a cron job. - Set the job to run on `ubuntu-latest`. - Utilized `actions/stale@v9` for managing stale issues and PRs. - Configured messages for stale issues and PRs. - Defined `days-before-stale` as 30 and `days-before-close` as 5. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
23c5817 to
842ea50
Compare
PR-Codex overview
This PR introduces a GitHub Actions workflow to manage stale issues and pull requests by automatically marking them as stale after 30 days of inactivity and closing them after an additional 5 days if no activity occurs.
Detailed summary
.github/workflows/stale.ymlstaleto run onubuntu-latestactions/stale@v9to manage stale issues and PRsdays-before-staleto 30days-before-closeto 5